home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_3 / phoonsrc / libi / extendsfdf2.c < prev    next >
C/C++ Source or Header  |  1994-02-20  |  127b  |  10 lines

  1. #include "common.h"
  2. #include <inline/mathieeedoubtrans.h>
  3.  
  4. double
  5. __extendsfdf2 (a)
  6.      FLOAT a;
  7. {
  8.   return IEEEDPFieee(a);
  9. }
  10.